home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xarchie-2.0.9
/
FWF
/
MultiList
/
Imakefile
next >
Wrap
Makefile
|
1995-06-18
|
416b
|
19 lines
#
# Imakefile for MultiList
#
# Note that this Imakefile is just sufficient to build the MultiList
# for use with xarchie. The original FWF distribution contains a more
# elaborate Imakefile for a variety of purposes. See the file ../README.
#
# George Ferguson, ferguson@cs.rochester.edu, 21 Jul 1992.
#
SRCS = MultiList.c
OBJS = MultiList.o
INCLUDES = -I.
NormalLibraryTarget(MultiList,$(OBJS))
DependTarget()